home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / reviews / u1_03 < prev    next >
Text File  |  1993-10-04  |  59KB  |  1,524 lines

  1. U1-03:  Batch File Utilities
  2.  
  3.  
  4. -----------------------
  5. 1033 Batch File Editors          Small Programs Disk
  6. -----------------------
  7.  
  8. Batch File Editor 1.4 (BATCH)
  9.    Tisdell, Mike
  10.    $0
  11. is a small, simple editor for editing batch files.
  12.  
  13. BatMaker
  14.    creates batch files for you.
  15.  
  16. Boxes
  17.    Oedware
  18.    $?
  19. allows you to draw four different types of boxes and inter-sections with
  20. cursor keys.  Use any ASCII character to paint or line a box.
  21.  
  22. CopyCon 3.12
  23.    Data Acquisition Inc.
  24.    $10
  25. is a clever name for an editor for working on batch files.  Although it can be
  26. used for any small text file, it has many features to make creating batch
  27. files easier, such as macros to enter GOTO, ECHO and other common batch
  28. command, plus line drawing capabilities.  A help screen is also included.  The
  29. program even uses F6 to save and exit, just like DOS's COPY CON command.
  30.  
  31. ED (OEDLIN)
  32.    Oedware
  33.    $?
  34. is a screen/text editor designed with many features specifically for creating
  35. and modifying Batch Files.
  36.  
  37. SCR1
  38.    "Try-It-You'll-Like-It" Software
  39.    $24
  40. is a processing system that was created to assist in creating menus and help
  41. screens.  The SCREDIT.COM program provides a method of retrieving, editing and
  42. saving screen images that can be used in a batch file.  SCRBATCH.COM was
  43. created to display the screen image and optionally accept a response from the
  44. keyboard and set the ERRORLEVEL (so it can be tested using the IF batch
  45. subcommand).
  46.  
  47. WISP 3.0
  48.    Sitting Duck Software
  49.    $15-$45
  50. is a programming language specifically designed for creating menuing systems,
  51. interactive tutorials, demos, batch files, etc. It does not create executable
  52. files, but the WISP.EXE file needed to run the programs is just 8k and fast,
  53. Making it a reasonable alternative to compiling. An editor/debugger and
  54. several sample files are included.
  55.  
  56. --------------------------------
  57. END OF SMALL PROGRAMS DISK #1033
  58. --------------------------------
  59.  
  60.  
  61. -------------------------------
  62. 1008 Batch File Input Utilities          Small Programs Disk
  63. -------------------------------
  64.  
  65. Press Any Key 3.0 (ANYKEY)
  66.    Smith, Dave
  67.    $5
  68. (formerly Accele-Press) displays a "press any key" message in 18 different
  69. ways including a shake screen, squish screen, flash, fade out, zoom, and more.
  70. Adds style to your batch files. (Not on this disk. Ask for disk #18068.)
  71.  
  72. Answer 3.00
  73.    Schweiger, Frank
  74.    $0
  75. unlike utilities limited to getting a single keypress, allows you to get a
  76. whole string of text from the user or via redirection from a text file.
  77.  
  78. Ask
  79.    Y/N input by user (in response to question in the batch file).
  80.  
  81. AT Command Scheduler (AT)
  82.    Frolik, Bill
  83.    $?
  84. will issue a command in DOS at a specified time. If you are not in DOS at that
  85. time, the command will be postponed.
  86.  
  87. BatKit 5.2d
  88.    Mississippi Data Equipment Company, Inc.
  89.    $25
  90. started out as a nice way to get a keypress from a user in a batch file. Now it
  91. has grown into a powerful batch file utility that lets you control the cursor
  92. position, screen colors, tones, get multi-letter responses rather than just a
  93. single letter, and more. You can make quite an impressive batch file menu with
  94. BATKIT, as the accompanying sample batch files will show you.
  95.  
  96. Batch Control 1.2 (BC-WW)
  97.    Woodward & Woodward
  98.    $5
  99. is for prompting users for input from within batch files. Among the controls are
  100. the ability to limit response to the number pad keys, to the function keys, to a
  101. list of alphanumeric characters, to require a password, to disable Ctrl-Break,
  102. to use a special character in place of the cursor, to have a time limit for
  103. response, and more.
  104.  
  105. Batch Query 2.25 (BQUERY)
  106.    MorganSoft
  107.    $?
  108. lets you get input from a user in a batch file, restricting such input to a
  109. specified list of characters, such as menu items. For example, if you say "Press
  110. 1-4 or Q to Quit", and specify the list of acceptable characters as
  111. "1,2,3,4,qQ", BQ will set errorlevel according to the position in the list, as
  112. determined by the commas. In this example, both "q" and "Q" are in position 5,
  113. so if "Q" is pressed, errorlevel will be set to 5. To allow alternatives for
  114. each position, such as pressing a number or the first letter of a command, the
  115. list could be given something like this: "1Mm, 2Rr, 3Cc, 4Qq", in which case
  116. pressing "1", "M" or "m" would be equivalent.
  117.  
  118.      The program also will allow a mouse to be used to make a selection and
  119. will set errorlevel the same as with the keyboard selection. This is the first
  120. simple batch file input utility we have seen that supports a mouse.
  121.  
  122. Chkey
  123.    is another batch file utility that checks for a keypress, but unlike others
  124. that wait for a key to be pressed, this one checks to see if a key has already
  125. been pressed and if so, which one.  If no key has been pressed before this
  126. utility executes, that will be indicated also.
  127.  
  128. EPShell
  129.    WeeBee Software
  130.    $?
  131. Extended Pause lets you prompt users for input and take action according to
  132. the input from within a batch file.  While there are other utilities that do
  133. this, the set of EP*.* files are also a good lesson in using batch files,
  134. creating menus and using ANSI.SYS control commands.
  135.  
  136. Funckey
  137.    Humenny, Mike
  138.    $0
  139. is another batch file utility which lets you get a keypress from a user.  The
  140. twist to this one is that while it is waiting for the key, it displays the
  141. time (to seconds) in a box anywhere on the screen that you specify.  (Note
  142. that contrary to common practice, FUNCKEY expects the column number to be
  143. entered first, then the row, when entering the screen location for the clock.)
  144.  
  145. GetDigit (GETDIGI)
  146.    Rhea, Tony Alan
  147.    $0
  148. accepts a prompt from the command line and accepts a one digit response to that
  149. prompt. On exit, the DOS ERRORLEVEL is set to the digit. Non-numeric keys are
  150. ignored and Ctrl-Break will not exit.
  151.  
  152. Hit
  153.    is a unique way to ask a user (in a batch file) to "hit any key to continue".
  154. The animated graphics show a duck hitting the keyboard of a computer with a
  155. sledge hammer.
  156.  
  157. IfCRC 1.0
  158.    Bennett, David
  159.    $0
  160. allows you to execute commands within a batch file based on whether or not a
  161. certain file matches a given CRC value.  Although primarily written to execute
  162. a certain command based on whether a file has been altered or not, It could
  163. also be used to check a daily transfer from a remote site or even used to
  164. check for computer viruses.
  165.  
  166. IFF 5.0a
  167.    Knauer, John Jr.
  168.    $25-$45
  169. combines the functions of several other small utilities into one package.  IFF
  170. lets you ask simple Y/N questions, check to see if a disk is formatted, search
  171. for a file and change to its directory, test for amount of free space on a
  172. disk, multi-character responses can be taken from the keyboard and acted upon
  173. and more.  A Prompt option lets you create a menu in the batch file and get a
  174. selection from the user.
  175.  
  176. Insist
  177.    Wisan, Richard
  178.    $0
  179. is a batch file utility that prints out specified text and beeps insistently
  180. until it gets input from the keyboard.  INSIST2 is similar, but gives up on
  181. beeping after about 10 minutes.  Assembler source is included.
  182.  
  183. Pause2
  184.    Pakin, Scott
  185.    $?
  186. is an improved version of DOS's pause command.  The problems with DOS's
  187. command are that, when ECHO is off, it only displays one message ("Strike a
  188. key when ready . . ."), and it doesn't alert the user when it appears.  This
  189. program allows users to display any message they want, which could include
  190. beeps.
  191.  
  192. Pausex
  193.    Witriol, Robert M. D.
  194.    $0
  195. is a variation of DOS's PAUSE command.  It provides a secret way out of a
  196. batch file by pressing X instead of Enter.
  197.  
  198. PCMenu
  199.    Slone, J. Eric
  200.    $5
  201. is a windowed menuing system which may be easily used in batch files and in
  202. applications development (i.e. dBase) for professional looking pop-up menus.
  203.  
  204. SEV
  205.    Staelens, John H., Jr.
  206.    $0
  207. will allow keyboard input, or the output of a program, to be captured into a DOS
  208. environment variable. It afects all environments, not just the current or
  209. master. Requires DOS 3+. C source included. (Not on this disk. Order by name.)
  210.  
  211. SuperSET 1.61